Drop _gdk_x11_set_input_focus_safe
authorMatthias Clasen <mclasen@redhat.com>
Sun, 27 Feb 2011 03:13:06 +0000 (22:13 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 27 Feb 2011 03:16:01 +0000 (22:16 -0500)
commit7df2ce8eabe6eb9b466e978f0cec886bdc95c601
tree2090c21738eaf958a6f9748831905e77513f3daf
parent3dc3767d0cf79b8733646d0fb7d5d9d637fe7fde
Drop _gdk_x11_set_input_focus_safe

All that this function did was to asynchronously catch errors.
Since we have asynchronous error traps now, we can just use
XSetInputFocus().
gdk/x11/gdkasync.c
gdk/x11/gdkasync.h
gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkwindow-x11.c